net/http.http2serverConn.framer (field)
7 uses
net/http (current package)
h2_bundle.go#L4545: sc.framer = fr
h2_bundle.go#L4629: sc.framer.WriteGoAway(0, err, []byte(debug))
h2_bundle.go#L4642: framer *http2Framer
h2_bundle.go#L4748: func (sc *http2serverConn) Framer() *http2Framer { return sc.framer }
h2_bundle.go#L4906: f, err := sc.framer.ReadFrame()
h2_bundle.go#L4940: err = sc.framer.endWrite()
h2_bundle.go#L5392: sc.framer.startWriteDataPadded(wd.streamID, wd.endStream, wd.p, nil)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)